Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/layer name time #1593

Merged
merged 19 commits into from
May 23, 2024
Merged

Feature/layer name time #1593

merged 19 commits into from
May 23, 2024

Conversation

shivam-880
Copy link
Collaborator

What changes were proposed in this pull request?

Fixes #1570

Why are the changes needed?

time and layer_name are only available for exploded edges when called on regular edge should throw error

Does this PR introduce any user-facing change? If yes is this documented?

Yes, No

How was this patch tested?

Unit test

Issues

If this resolves any issues, please link to them here, the format is a KEYWORD followed by @_
KEYWORDS available are close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved.
Please delete this text before creating your PR

Are there any further changes required?

No

@shivam-880 shivam-880 requested review from Haaroon and miratepuffin and removed request for Haaroon May 8, 2024 12:05
python/tests/test_graphdb.py Show resolved Hide resolved
python/tests/test_graphdb.py Outdated Show resolved Hide resolved
python/tests/test_graphdb.py Outdated Show resolved Hide resolved
raphtory-graphql/src/model/graph/edge.rs Outdated Show resolved Hide resolved
raphtory-graphql/src/model/graph/edge.rs Outdated Show resolved Hide resolved
raphtory/src/core/utils/errors.rs Outdated Show resolved Hide resolved
raphtory/src/db/api/view/edge.rs Outdated Show resolved Hide resolved
raphtory/src/db/graph/graph.rs Outdated Show resolved Hide resolved
raphtory/src/python/graph/edges.rs Show resolved Hide resolved
raphtory/src/python/graph/edges.rs Show resolved Hide resolved
…time

# Conflicts:
#	raphtory/src/db/api/view/edge.rs
#	raphtory/src/db/graph/graph.rs
@miratepuffin miratepuffin merged commit ae5cced into master May 23, 2024
13 checks passed
@miratepuffin miratepuffin deleted the feature/layer_name_time branch May 23, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

layer_name and time return None when called on Edge, should Error
2 participants